バージョン

CommandWrapper コンストラクタ(RoutedCommand,Int64,Int64,InputGesture[],ModifierKeys)

新しい CommandWrapper を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal command As RoutedCommand, _
   ByVal stateDisallowed As Long, _
   ByVal stateRequired As Long, _
   ByVal inputGestures() As InputGesture, _
   ByVal modifierKeysDisallowed As ModifierKeys _
)

パラメータ

command
CommandWrapper によって表現されるコマンド
stateDisallowed
このコマンドがアクティブになることを防止する状態を指定するビット フラグ。
stateRequired
このコマンドがアクティブになるために必要となる状態を指定するビット フラグ。
inputGestures
このコマンドをトリガーするための入力ジェスチャ
modifierKeysDisallowed
不許可にされた修飾子キー
参照